92 lines
2.3 KiB
JSON
92 lines
2.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"js-tokens@^3.0.0",
|
|
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\loose-envify"
|
|
]
|
|
],
|
|
"_from": "js-tokens@>=3.0.0-0 <4.0.0-0",
|
|
"_id": "js-tokens@3.0.1",
|
|
"_inCache": true,
|
|
"_location": "/js-tokens",
|
|
"_nodeVersion": "7.2.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/js-tokens-3.0.1.tgz_1485800902865_0.11822547880001366"
|
|
},
|
|
"_npmUser": {
|
|
"email": "simon.lydell@gmail.com",
|
|
"name": "lydell"
|
|
},
|
|
"_npmVersion": "3.10.9",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "js-tokens",
|
|
"raw": "js-tokens@^3.0.0",
|
|
"rawSpec": "^3.0.0",
|
|
"scope": null,
|
|
"spec": ">=3.0.0-0 <4.0.0-0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/loose-envify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.1.tgz",
|
|
"_shasum": "08e9f132484a2c45a30907e9dc4d5567b7f114d7",
|
|
"_shrinkwrap": null,
|
|
"_spec": "js-tokens@^3.0.0",
|
|
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\loose-envify",
|
|
"author": {
|
|
"name": "Simon Lydell"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/lydell/js-tokens/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "A regex that tokenizes JavaScript.",
|
|
"devDependencies": {
|
|
"coffee-script": "~1.12.2",
|
|
"esprima": "^3.1.3",
|
|
"everything.js": "^1.0.3",
|
|
"mocha": "^3.2.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "08e9f132484a2c45a30907e9dc4d5567b7f114d7",
|
|
"tarball": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.1.tgz"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "54549dd979142c78cf629b51f9f06e8133c529f9",
|
|
"homepage": "https://github.com/lydell/js-tokens#readme",
|
|
"installable": true,
|
|
"keywords": [
|
|
"JavaScript",
|
|
"js",
|
|
"regex",
|
|
"token",
|
|
"tokenize"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "lydell",
|
|
"email": "simon.lydell@gmail.com"
|
|
}
|
|
],
|
|
"name": "js-tokens",
|
|
"optionalDependencies": {},
|
|
"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": "3.0.1"
|
|
}
|