init source
This commit is contained in:
+57
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"dottie@2.0.1",
|
||||
"/home/app"
|
||||
]
|
||||
],
|
||||
"_from": "dottie@2.0.1",
|
||||
"_id": "dottie@2.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-ch5OQgvGDK2u8pSZeSYAQaV/lczImd7pMJ7BcEPXmnFVjy4yJIzP6CsODJUTH8mg1tyH1Z2abOiuJO3DjZ/GBw==",
|
||||
"_location": "/dottie",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "dottie@2.0.1",
|
||||
"name": "dottie",
|
||||
"escapedName": "dottie",
|
||||
"rawSpec": "2.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/sequelize"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/dottie/-/dottie-2.0.1.tgz",
|
||||
"_spec": "2.0.1",
|
||||
"_where": "/home/app",
|
||||
"author": {
|
||||
"name": "Mick Hansen",
|
||||
"email": "maker@mhansen.io"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mickhansen/dottie.js/issues"
|
||||
},
|
||||
"description": "Fast and safe nested object access and manipulation in JavaScript",
|
||||
"devDependencies": {
|
||||
"chai": "^4.2.0",
|
||||
"mocha": "^5.2.0"
|
||||
},
|
||||
"files": [
|
||||
"dottie.js"
|
||||
],
|
||||
"homepage": "https://github.com/mickhansen/dottie.js#readme",
|
||||
"license": "MIT",
|
||||
"main": "dottie.js",
|
||||
"name": "dottie",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mickhansen/dottie.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha -t 5000 -s 100 --reporter spec test"
|
||||
},
|
||||
"version": "2.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user