You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

109 lines
2.8 KiB

{
"_args": [
[
"clone-buffer@^1.0.0",
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/gulp-cache/node_modules/vinyl"
]
],
"_from": "clone-buffer@>=1.0.0 <2.0.0",
"_id": "clone-buffer@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/clone-buffer",
"_nodeVersion": "0.10.41",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/clone-buffer-1.0.0.tgz_1474782560642_0.6453048929106444"
},
"_npmUser": {
"email": "blaine.bublitz@gmail.com",
"name": "phated"
},
"_npmVersion": "2.15.2",
"_phantomChildren": {},
"_requested": {
"name": "clone-buffer",
"raw": "clone-buffer@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/gulp-cache/vinyl"
],
"_resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz",
"_shasum": "e3e25b207ac4e701af721e2cb5a16792cac3dc58",
"_shrinkwrap": null,
"_spec": "clone-buffer@^1.0.0",
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/gulp-cache/node_modules/vinyl",
"author": {
"email": "team@gulpjs.com",
"name": "Gulp Team",
"url": "http://gulpjs.com/"
},
"bugs": {
"url": "https://github.com/gulpjs/clone-buffer/issues"
},
"contributors": [
{
"email": "blaine.bublitz@gmail.com",
"name": "Blaine Bublitz"
}
],
"dependencies": {},
"description": "Easier Buffer cloning in node.",
"devDependencies": {
"eslint": "^1.7.3",
"eslint-config-gulp": "^2.0.0",
"expect": "^1.19.0",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"jscs": "^2.3.5",
"jscs-preset-gulp": "^1.0.0",
"mocha": "^2.4.5"
},
"directories": {},
"dist": {
"shasum": "e3e25b207ac4e701af721e2cb5a16792cac3dc58",
"tarball": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"index.js"
],
"gitHead": "7dab09850f080e2d137c62c6a673344fa8458942",
"homepage": "https://github.com/gulpjs/clone-buffer#readme",
"keywords": [
"buffer",
"clone",
"from",
"copy"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "blaine.bublitz@gmail.com",
"name": "phated"
}
],
"name": "clone-buffer",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/clone-buffer.git"
},
"scripts": {
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls",
"lint": "eslint . && jscs index.js test/",
"pretest": "npm run lint",
"test": "mocha --async-only"
},
"version": "1.0.0"
}