backoffice/node_modules/syntax-error/package.json

69 lines
1.5 KiB
JSON
Raw Normal View History

2020-02-06 10:09:39 +00:00
{
"_args": [
[
"syntax-error@1.3.0",
"C:\\wamp64\\www\\ilink"
]
],
"_from": "syntax-error@1.3.0",
"_id": "syntax-error@1.3.0",
"_inBundle": false,
"_integrity": "sha1-HtkmbE1AvnXcVb+bsct3Biu5bKE=",
"_location": "/syntax-error",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "syntax-error@1.3.0",
"name": "syntax-error",
"escapedName": "syntax-error",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/browserify"
],
"_resolved": "https://registry.npmjs.org/syntax-error/-/syntax-error-1.3.0.tgz",
"_spec": "1.3.0",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/node-syntax-error/issues"
},
"dependencies": {
"acorn": "^4.0.3"
},
"description": "detect and report syntax errors in source code strings",
"devDependencies": {
"tap": "^1.1.0"
},
"engine": {
"node": ">=0.6"
},
"homepage": "https://github.com/substack/node-syntax-error",
"keywords": [
"syntax",
"error",
"esprima",
"stack",
"line",
"column"
],
"license": "MIT",
"main": "index.js",
"name": "syntax-error",
"repository": {
"type": "git",
"url": "git://github.com/substack/node-syntax-error.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.3.0"
}