forked from enviPath/enviPy
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"_from": "tsame@^1.1.2",
|
|
"_id": "tsame@1.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ovCs24PGjmByVPr9tSIOs/yjUX9sJl0grEmOsj9dZA/UknQkgPOKcUqM84aSCvt9awHuhc/boMzTg3BHFalxWw==",
|
|
"_location": "/tsame",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "tsame@^1.1.2",
|
|
"name": "tsame",
|
|
"escapedName": "tsame",
|
|
"rawSpec": "^1.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/tap"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/tsame/-/tsame-1.1.2.tgz",
|
|
"_shasum": "5ce0002acf685942789c63018797a2aa5e6b03c5",
|
|
"_spec": "tsame@^1.1.2",
|
|
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/tap",
|
|
"bugs": {
|
|
"url": "https://github.com/tapjs/tsame/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "the logic behind tap's t.same() and t.strictSame()",
|
|
"devDependencies": {
|
|
"tap": "^10.4.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/tapjs/tsame#readme",
|
|
"keywords": [],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "tsame",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tapjs/tsame.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "git push origin --all; git push origin --tags",
|
|
"postversion": "npm publish",
|
|
"preversion": "npm test",
|
|
"test": "tap -J --100 test"
|
|
},
|
|
"version": "1.1.2"
|
|
}
|