backoffice/node_modules/tape/package.json

74 lines
1.5 KiB
JSON

{
"_args": [
[
"tape@0.2.2",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "tape@0.2.2",
"_id": "tape@0.2.2",
"_inBundle": false,
"_integrity": "sha1-ZMz6S37PSgBgAH5hcW1CR4FnFjc=",
"_location": "/tape",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tape@0.2.2",
"name": "tape",
"escapedName": "tape",
"rawSpec": "0.2.2",
"saveSpec": null,
"fetchSpec": "0.2.2"
},
"_requiredBy": [
"/zlib-browserify"
],
"_resolved": "https://registry.npmjs.org/tape/-/tape-0.2.2.tgz",
"_spec": "0.2.2",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bin": {},
"bugs": {
"url": "https://github.com/substack/tape/issues"
},
"dependencies": {
"deep-equal": "~0.0.0",
"defined": "~0.0.0",
"jsonify": "~0.0.0"
},
"description": "tap-producing test harness for node and browsers",
"devDependencies": {
"falafel": "~0.1.4",
"tap": "~0.3.0"
},
"directories": {
"example": "example",
"test": "test"
},
"homepage": "https://github.com/substack/tape",
"keywords": [
"tap",
"test",
"harness",
"assert",
"browser"
],
"license": "MIT",
"main": "index.js",
"name": "tape",
"repository": {
"type": "git",
"url": "git://github.com/substack/tape.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "0.2.2"
}