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.
67 lines
1.6 KiB
67 lines
1.6 KiB
{ |
|
"_args": [ |
|
[ |
|
"js-tokens@4.0.0", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "js-tokens@4.0.0", |
|
"_id": "js-tokens@4.0.0", |
|
"_inBundle": false, |
|
"_integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", |
|
"_location": "/js-tokens", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "js-tokens@4.0.0", |
|
"name": "js-tokens", |
|
"escapedName": "js-tokens", |
|
"rawSpec": "4.0.0", |
|
"saveSpec": null, |
|
"fetchSpec": "4.0.0" |
|
}, |
|
"_requiredBy": [ |
|
"/@babel/highlight" |
|
], |
|
"_resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", |
|
"_spec": "4.0.0", |
|
"_where": "D:\\Project\\DaPing", |
|
"author": { |
|
"name": "Simon Lydell" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/lydell/js-tokens/issues" |
|
}, |
|
"description": "A regex that tokenizes JavaScript.", |
|
"devDependencies": { |
|
"coffeescript": "2.1.1", |
|
"esprima": "4.0.0", |
|
"everything.js": "1.0.3", |
|
"mocha": "5.0.0" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"homepage": "https://github.com/lydell/js-tokens#readme", |
|
"keywords": [ |
|
"JavaScript", |
|
"js", |
|
"token", |
|
"tokenize", |
|
"regex" |
|
], |
|
"license": "MIT", |
|
"name": "js-tokens", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/lydell/js-tokens.git" |
|
}, |
|
"scripts": { |
|
"build": "node generate-index.js", |
|
"dev": "npm run build && npm test", |
|
"esprima-compare": "node esprima-compare ./index.js everything.js/es5.js", |
|
"test": "mocha --ui tdd" |
|
}, |
|
"version": "4.0.0" |
|
}
|
|
|