You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
1.9 KiB
84 lines
1.9 KiB
{ |
|
"_args": [ |
|
[ |
|
"escape-string-regexp@1.0.5", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "escape-string-regexp@1.0.5", |
|
"_id": "escape-string-regexp@1.0.5", |
|
"_inBundle": false, |
|
"_integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", |
|
"_location": "/escape-string-regexp", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "escape-string-regexp@1.0.5", |
|
"name": "escape-string-regexp", |
|
"escapedName": "escape-string-regexp", |
|
"rawSpec": "1.0.5", |
|
"saveSpec": null, |
|
"fetchSpec": "1.0.5" |
|
}, |
|
"_requiredBy": [ |
|
"/chalk" |
|
], |
|
"_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", |
|
"_spec": "1.0.5", |
|
"_where": "D:\\Project\\DaPing", |
|
"author": { |
|
"name": "Sindre Sorhus", |
|
"email": "sindresorhus@gmail.com", |
|
"url": "sindresorhus.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/sindresorhus/escape-string-regexp/issues" |
|
}, |
|
"description": "Escape RegExp special characters", |
|
"devDependencies": { |
|
"ava": "*", |
|
"xo": "*" |
|
}, |
|
"engines": { |
|
"node": ">=0.8.0" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"homepage": "https://github.com/sindresorhus/escape-string-regexp#readme", |
|
"keywords": [ |
|
"escape", |
|
"regex", |
|
"regexp", |
|
"re", |
|
"regular", |
|
"expression", |
|
"string", |
|
"str", |
|
"special", |
|
"characters" |
|
], |
|
"license": "MIT", |
|
"maintainers": [ |
|
{ |
|
"name": "Sindre Sorhus", |
|
"email": "sindresorhus@gmail.com", |
|
"url": "sindresorhus.com" |
|
}, |
|
{ |
|
"name": "Joshua Boy Nicolai Appelman", |
|
"email": "joshua@jbna.nl", |
|
"url": "jbna.nl" |
|
} |
|
], |
|
"name": "escape-string-regexp", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/sindresorhus/escape-string-regexp.git" |
|
}, |
|
"scripts": { |
|
"test": "xo && ava" |
|
}, |
|
"version": "1.0.5" |
|
}
|
|
|