-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"_from": "function-source@^0.1.0",
"_id": "function-source@0.1.0",
"_inBundle": false,
"_integrity": "sha1-2RBL8+RniLVUaMAr8bL6vPj8Ga8=",
"_location": "/function-source",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "function-source@^0.1.0",
"name": "function-source",
"escapedName": "function-source",
"rawSpec": "^0.1.0",
"saveSpec": null,
"fetchSpec": "^0.1.0"
},
"_requiredBy": [
"/nightmare"
],
"_resolved": "https://registry.npmjs.org/function-source/-/function-source-0.1.0.tgz",
"_shasum": "d9104bf3e46788b55468c02bf1b2fabcf8fc19af",
"_spec": "function-source@^0.1.0",
"_where": "C:\\Users\\Max\\Node\\node_modules\\nightmare",
"author": {
"name": "Amir Abu Shareb"
},
"bugs": {
"url": "https://github.com/yields/function-source/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "get a function's source",
"files": [
"index.js"
],
"homepage": "https://github.com/yields/function-source#readme",
"keywords": [
"source",
"function"
],
"license": "MIT",
"name": "function-source",
"repository": {
"type": "git",
"url": "git://github.com/yields/function-source.git"
},
"version": "0.1.0"
}