1
0
Fork 0
arangodb/js/node/node_modules/extendible/package.json

75 lines
1.9 KiB
JSON

{
"_args": [
[
"extendible@0.1.1",
"/mnt/c/Users/me/Documents/Projects/arangodb/arangodb/js/node"
]
],
"_from": "extendible@0.1.1",
"_id": "extendible@0.1.1",
"_inBundle": false,
"_integrity": "sha1-4qN+2HEp+0+VM+io11BiMKU5yQU=",
"_location": "/extendible",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "extendible@0.1.1",
"name": "extendible",
"escapedName": "extendible",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/extendible/-/extendible-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "/mnt/c/Users/me/Documents/Projects/arangodb/arangodb/js/node",
"author": {
"name": "Arnout Kazemier"
},
"bugs": {
"url": "https://github.com/bigpipe/extendible/issues"
},
"description": "Extend constructors using backbone's .extend signature",
"devDependencies": {
"assume": "1.2.x",
"istanbul": "0.3.x",
"mocha": "2.2.x",
"pre-commit": "1.0.x"
},
"homepage": "https://github.com/bigpipe/extendible",
"keywords": [
"backbone",
"extend",
"extendable",
"extendible",
"extending",
"extends",
"inherit",
"inherits",
"lodash",
"constructor",
"inheritance",
"mixin",
"mixins"
],
"license": "MIT",
"main": "index.js",
"name": "extendible",
"repository": {
"type": "git",
"url": "git+https://github.com/bigpipe/extendible.git"
},
"scripts": {
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
"test": "mocha test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js",
"watch": "mocha --watch test.js"
},
"version": "0.1.1"
}