File size: 1,328 Bytes
b498cbf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "match-at",
  "version": "0.1.0",
  "description": "Relocatable regular expressions.",
  "repository": {
    "type": "git",
    "url": "https://github.com/spicyj/match-at"
  },
  "main": "lib/matchAt.js",
  "files": [
    "lib/"
  ],
  "devDependencies": {
    "babel": "^4.7.16",
    "jest-cli": "^0.4.0",
    "react-tools": "^0.13.1"
  },
  "jest": {
    "scriptPreprocessor": "<rootDir>/jestSupport/preprocessor.js",
    "unmockedModulePathPatterns": [
      ""
    ]
  },
  "scripts": {
    "prepublish": "babel -d lib/ src/",
    "test": "jest"
  },
  "gitHead": "4197daff69720734c72ba3321ed68a41c0527fb2",
  "bugs": {
    "url": "https://github.com/spicyj/match-at/issues"
  },
  "homepage": "https://github.com/spicyj/match-at",
  "_id": "[email protected]",
  "_shasum": "f561e7709ff9a105b85cc62c6b8ee7c15bf24f31",
  "_from": "match-at@",
  "_npmVersion": "2.2.0",
  "_nodeVersion": "0.10.35",
  "_npmUser": {
    "name": "spicyj",
    "email": "[email protected]"
  },
  "maintainers": [
    {
      "name": "spicyj",
      "email": "[email protected]"
    }
  ],
  "dist": {
    "shasum": "f561e7709ff9a105b85cc62c6b8ee7c15bf24f31",
    "tarball": "https://registry.npmjs.org/match-at/-/match-at-0.1.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/match-at/-/match-at-0.1.0.tgz"
}