Initial commit — jibo-cli v3.0.7 with bundled node_modules
This commit is contained in:
63
node_modules/fs-plus/package.json
generated
vendored
Normal file
63
node_modules/fs-plus/package.json
generated
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"_from": "fs-plus@>=2.7.1 <3.0.0",
|
||||
"_id": "fs-plus@2.9.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-6Kr+O68rqBWbY1pGuE+mSn9lbUdYfNa7YeFZr+rOIEKfZSxMVQRFr4ARGV5duz7F8et+DHOf1ZJ5MaK9hNMoJw==",
|
||||
"_location": "/fs-plus",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "fs-plus@2.9.3",
|
||||
"name": "fs-plus",
|
||||
"escapedName": "fs-plus",
|
||||
"rawSpec": "2.9.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.9.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/fs-plus/-/fs-plus-2.9.3.tgz",
|
||||
"_shasum": "75e6d7c57e45364955a1cfbfc563fc5820e0cff2",
|
||||
"_spec": "fs-plus@2.9.3",
|
||||
"_where": "/tmp/jibo-npm/jibo-cli-3.0.7",
|
||||
"bugs": {
|
||||
"url": "https://github.com/atom/fs-plus/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"async": "~0.2.9",
|
||||
"mkdirp": "~0.3.5",
|
||||
"rimraf": "~2.2.2",
|
||||
"underscore-plus": "1.x"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "node's fs with more helpers",
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-cli": "~0.1.8",
|
||||
"grunt-coffeelint": "0.0.6",
|
||||
"grunt-contrib-coffee": "~0.9.0",
|
||||
"grunt-shell": "~0.2.2",
|
||||
"jasmine-focused": "1.x",
|
||||
"temp": "~0.8.1"
|
||||
},
|
||||
"homepage": "http://atom.github.io/fs-plus",
|
||||
"keywords": [
|
||||
"fs",
|
||||
"filesystem"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/fs-plus.js",
|
||||
"name": "fs-plus",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/atom/fs-plus.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "grunt prepublish",
|
||||
"test": "grunt test"
|
||||
},
|
||||
"version": "2.9.3"
|
||||
}
|
||||
Reference in New Issue
Block a user