1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_from": "syntax-error@^1.1.1",
- "_id": "syntax-error@1.4.0",
- "_inBundle": false,
- "_integrity": "sha512-YPPlu67mdnHGTup2A8ff7BC2Pjq0e0Yp/IyTFN03zWO0RcK07uLcbi7C2KpGR2FvWbaB0+bfE27a+sBKebSo7w==",
- "_location": "/syntax-error",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "syntax-error@^1.1.1",
- "name": "syntax-error",
- "escapedName": "syntax-error",
- "rawSpec": "^1.1.1",
- "saveSpec": null,
- "fetchSpec": "^1.1.1"
- },
- "_requiredBy": [
- "/browserify"
- ],
- "_resolved": "https://registry.npmjs.org/syntax-error/-/syntax-error-1.4.0.tgz",
- "_shasum": "2d9d4ff5c064acb711594a3e3b95054ad51d907c",
- "_spec": "syntax-error@^1.1.1",
- "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browserify",
- "author": {
- "name": "James Halliday",
- "email": "mail@substack.net",
- "url": "http://substack.net"
- },
- "bugs": {
- "url": "https://github.com/substack/node-syntax-error/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "acorn-node": "^1.2.0"
- },
- "deprecated": false,
- "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.4.0"
- }
|