mirror of
https://github.com/apache/cordova-android.git
synced 2026-02-21 00:02:46 +08:00
CB-14145 remove old node_modules before patch fix
This commit is contained in:
97
node_modules/shelljs/package.json
generated
vendored
97
node_modules/shelljs/package.json
generated
vendored
@@ -1,97 +0,0 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"raw": "shelljs@^0.5.3",
|
||||
"scope": null,
|
||||
"escapedName": "shelljs",
|
||||
"name": "shelljs",
|
||||
"rawSpec": "^0.5.3",
|
||||
"spec": ">=0.5.3 <0.6.0",
|
||||
"type": "range"
|
||||
},
|
||||
"/Users/steveng/repo/cordova/cordova-android"
|
||||
]
|
||||
],
|
||||
"_from": "shelljs@>=0.5.3 <0.6.0",
|
||||
"_id": "shelljs@0.5.3",
|
||||
"_inCache": true,
|
||||
"_location": "/shelljs",
|
||||
"_nodeVersion": "1.2.0",
|
||||
"_npmUser": {
|
||||
"name": "artur",
|
||||
"email": "arturadib@gmail.com"
|
||||
},
|
||||
"_npmVersion": "2.5.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"raw": "shelljs@^0.5.3",
|
||||
"scope": null,
|
||||
"escapedName": "shelljs",
|
||||
"name": "shelljs",
|
||||
"rawSpec": "^0.5.3",
|
||||
"spec": ">=0.5.3 <0.6.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/",
|
||||
"/cordova-common"
|
||||
],
|
||||
"_resolved": "http://registry.npmjs.org/shelljs/-/shelljs-0.5.3.tgz",
|
||||
"_shasum": "c54982b996c76ef0c1e6b59fbdc5825f5b713113",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "shelljs@^0.5.3",
|
||||
"_where": "/Users/steveng/repo/cordova/cordova-android",
|
||||
"author": {
|
||||
"name": "Artur Adib",
|
||||
"email": "arturadib@gmail.com"
|
||||
},
|
||||
"bin": {
|
||||
"shjs": "./bin/shjs"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/arturadib/shelljs/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Portable Unix shell commands for Node.js",
|
||||
"devDependencies": {
|
||||
"jshint": "~2.1.11"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "c54982b996c76ef0c1e6b59fbdc5825f5b713113",
|
||||
"tarball": "https://registry.npmjs.org/shelljs/-/shelljs-0.5.3.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8.0"
|
||||
},
|
||||
"gitHead": "22d0975040b9b8234755dc6e692d6869436e8485",
|
||||
"homepage": "http://github.com/arturadib/shelljs",
|
||||
"keywords": [
|
||||
"unix",
|
||||
"shell",
|
||||
"makefile",
|
||||
"make",
|
||||
"jake",
|
||||
"synchronous"
|
||||
],
|
||||
"license": "BSD*",
|
||||
"main": "./shell.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "artur",
|
||||
"email": "arturadib@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "shelljs",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/arturadib/shelljs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node scripts/run-tests"
|
||||
},
|
||||
"version": "0.5.3"
|
||||
}
|
||||
Reference in New Issue
Block a user