summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/stringify-package/package.json
blob: a3f011da5d8f0492ddb8550fe390d09e4a004ff6 (plain)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
  "_from": "stringify-package@1.0.1",
  "_id": "stringify-package@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==",
  "_location": "/stringify-package",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "stringify-package@1.0.1",
    "name": "stringify-package",
    "escapedName": "stringify-package",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/libnpm"
  ],
  "_resolved": "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.1.tgz",
  "_shasum": "e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85",
  "_spec": "stringify-package@1.0.1",
  "_where": "/Users/isaacs/dev/npm/cli",
  "author": {
    "name": "Kat Marchán",
    "email": "kzm@zkat.tech"
  },
  "bugs": {
    "url": "https://github.com/npm/stringify-package/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "stringifies npm-written json files",
  "devDependencies": {
    "standard": "11",
    "standard-version": "4",
    "tap": "12"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/npm/stringify-package",
  "keywords": [
    "npm",
    "json",
    "stringify",
    "package.json"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "stringify-package",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/stringify-package.git"
  },
  "scripts": {
    "postpublish": "git push --follow-tags",
    "postrelease": "npm publish",
    "prerelease": "npm t",
    "pretest": "standard",
    "release": "standard-version -s",
    "test": "tap -J --coverage --100 test/*.js"
  },
  "version": "1.0.1"
}