cwise-parser
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,0 +0,0 @@ "use strict" |
{ | ||
"name": "cwise-parser", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Parser for cwise", | ||
@@ -10,14 +10,14 @@ "main": "index.js", | ||
"dependencies": { | ||
"esprima": "~1.0.3", | ||
"esprima": "^1.0.3", | ||
"uniq": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"tape": "~1.0.4" | ||
"tape": "^4.0.0" | ||
}, | ||
"scripts": { | ||
"test": "tap test/*.js" | ||
"test": "tape test/*.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/mikolalysenko/cwise-parser.git" | ||
"url": "git://github.com/scijs/cwise-parser.git" | ||
}, | ||
@@ -35,4 +35,4 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/mikolalysenko/cwise-parser/issues" | ||
"url": "https://github.com/scijs/cwise-parser/issues" | ||
} | ||
} |
cwise-parser | ||
============ | ||
New preprocessor for cwise. | ||
New preprocessor for cwise. Not intended to be run by itself (use [cwise](https://github.com/scijs/cwise) instead). | ||
[](http://tr | ||
avis-ci.org/scijs/cwise-parser) | ||
# Install | ||
Install using [npm](https://www.npmjs.com/): | ||
npm install cwise-parser | ||
# License | ||
(c) 2013 Mikola Lysenko. MIT License. |
@@ -0,0 +0,0 @@ "use strict" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8381
7
15
1
+ Addedesprima@1.2.5(transitive)
- Removedesprima@1.0.4(transitive)
Updatedesprima@^1.0.3