refactor(Cypress): add nodemodules
This commit is contained in:
65
node_modules/syntax-error/package.json
generated
vendored
Normal file
65
node_modules/syntax-error/package.json
generated
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"_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": "/home/simon/Documents/lifen-autotest/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"
|
||||
}
|
Reference in New Issue
Block a user