Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « meant « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d403635356ba91443c3fd3e13b0e09c6ac30cd78 (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
{
  "_from": "meant@~1.0.1",
  "_id": "meant@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-KN+1uowN/NK+sT/Lzx7WSGIj2u+3xe5n2LbwObfjOhPZiA+cCfCm6idVl0RkEfjThkw5XJ96CyRcanq6GmKtUg==",
  "_location": "/meant",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "meant@~1.0.1",
    "name": "meant",
    "escapedName": "meant",
    "rawSpec": "~1.0.1",
    "saveSpec": null,
    "fetchSpec": "~1.0.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/meant/-/meant-1.0.2.tgz",
  "_shasum": "5d0c78310a3d8ae1408a16be0fe0bd42a969f560",
  "_spec": "meant@~1.0.1",
  "_where": "/Users/isaacs/dev/npm/cli",
  "author": {
    "name": "Daijiro Wachi"
  },
  "bugs": {
    "url": "https://github.com/watilde/meant/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Like the `Did you mean?` in git for npm",
  "devDependencies": {
    "standard": "^11.0.1",
    "standard-version": "^8.0.1",
    "tap": "^12.7.0"
  },
  "homepage": "https://github.com/watilde/meant#readme",
  "keywords": [
    "meant"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "meant",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/watilde/meant.git"
  },
  "scripts": {
    "release": "standard-version",
    "test": "standard && tap test.js"
  },
  "version": "1.0.2"
}